home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 20 / AMIGAplus Sonderheft 20 (1999)(ICP)(DE)[!].iso / LOCALE / catalogs / Svenska / Sources / sys.construct < prev    next >
Text File  |  1999-05-08  |  6KB  |  159 lines

  1. ;*************************************************************************
  2. ;** Locale constructor V40.50 ViNCEd system part                        **
  3. ;**                                                                     **
  4. ;** This is a constructor/shell script for CreateCatalog. Please read   **
  5. ;** the instructions below carefully.                    **
  6. ;*************************************************************************
  7. ;
  8. ;       This file has two purposes:
  9. ;
  10. ;       First it acts as a shell script that must be "execute"d to 
  11. ;       build the catalog with one command
  12. ;       Second, it tells CreateCatalog how to build the
  13. ;       catalog. Thus, this file gets a) executed by the shell
  14. ;       and b) is parsed by CreateCatalog. This is possible due to
  15. ;       the special syntax of CreateCatalog.
  16. ;       All lines starting with a semicolon or a blank space are comments
  17. ;       for CreateCatalog. Thus these lines and the lines that act as
  18. ;       a shell script are ignored by the catalog builder: The former
  19. ;       because they have the semicolon, the later because I added a
  20. ;       blank space at the beginning.
  21. ;
  22. ;       Shell script part of the catalog builder:
  23.  vl:bin/PhxAss vl:sys1.asm to ram:sys1  ;create menu layout: This one gets assembled
  24. ;
  25. ;       You don't need to modify the lines above. They just call the
  26. ;       assembler to build intermediate files. For translation, you'll 
  27. ;       have to edit the file "sys1.asm". It, too, come
  28. ;       with some comments, so please read them....
  29. ;
  30. ;
  31. ;       The next line starts the catalog builder:
  32. ;       The arguments are: This file (instructions how to build)
  33. ;                          the output file (will be put to RAM:)
  34. ;                          the language: Please change "deutsch" to
  35. ;                               your language, i.e. "italiano" or "français".
  36. ;                          and the version/revision of the catalog.
  37. ;                               Here version 40.50 (40 is internal for release 3)
  38. ;
  39. ;************************* EDIT THE LINE BELOW ONLY *************************
  40.  vl:bin/CreateCatalog vl:sys.construct ram:VNC.sys.catalog svenska 40 53
  41. ;****************************************************************************
  42. ;
  43. ;       Quit the shell part of this script
  44. ;
  45.  copy ram:VNC.sys.catalog locale:catalogs/svenska/vnc
  46.  quit 
  47. ;
  48. ;       This is now the CreateCatalog part of the script: It gets parsed
  49. ;       by the builder utility, which ignores the shell lines above.
  50. ;       Here we've just four instructions: Take the object module,
  51. ;       locate the strings and put them into a catalog.
  52. ;
  53. |ram:sys1
  54. ;       Include the menu. See sys1.asm for the strings.
  55. ;
  56. ;
  57. ;       The next strings specify language specific strings for the requesters.
  58. ;       Please note that the reverse apostrophe ` is needed, not the
  59. ;       usual version ' !
  60. ;
  61. ; Please note that you MUST surround these strings with an additional pair
  62. ; of double quotes if you want to include leading/following blank spaces.
  63. ; The usual C style syntax is used for special charaters, like
  64. ; \r for carriage return        \n for newline
  65. ; \t for TAB                    \b for backspace
  66. ; \\ for the backslash itself. It is the same syntax that is used in the
  67. ; ViNCEd macros, so propably read this section of the guide.
  68. ;
  69. ;
  70. ; Since this is taken from the german localization, I put the original
  71. ; english strings ON TOP of the german ones, plus some information
  72. ; when this string gets printed/displayed.
  73. ;
  74. ;
  75. ;       This one is empty! Leave it alone, it's not yet needed!
  76. `
  77. ;
  78. ;The title of the TAB requester
  79. ;Please select file...
  80. `Välj fil...
  81. ;
  82. ;
  83. ;What's printed if a background process gets suspended. The name of the
  84. ;process itself is printed first, in double quotes, followed by this text
  85. ;suspended. [ViNCed output]\n\r
  86. `suspenderad. [ViNCEd-utskrift]\n\r
  87. ;
  88. ;
  89. ;The body of the close requester. Only "\n" is valid here, for separation
  90. ;of the lines.
  91. ;More than one process has\naccess to this window.\nDo you really want to\nshut down this stream?
  92. `Mer än en process har\ntillgång till detta fönster.\nVill du verkligen stänga\nav denna IO-ström?
  93. ;
  94. ;
  95. ;The gadget texts of the requester. First the positive answer (shut down)
  96. ;Yes
  97. `Ja
  98. ;
  99. ;The negative answer (do not):
  100. ;No
  101. `Nej
  102. ;
  103. ;
  104. ;This one gets printed in the menu title as result of %F if the last
  105. ;command returned no failure,i.e. worked fine.
  106. ;no error
  107. `inget fel
  108. ;
  109. ;**** More strings added for 3.50 *****
  110. ;
  111. ;The hail text of the "Open..." requester
  112. ;Load Screen from:
  113. `Hämta skärm från:
  114. ;
  115. ;
  116. ;The hail text of the "Save As..." requester
  117. ;Save Screen to:
  118. `Spara skärm till:
  119. ;
  120. ;
  121. ;The hail text of the "Open History..." requester
  122. ;Load History from:
  123. `Hämta historia från:
  124. ;
  125. ;
  126. ;The hail text of the "Save History..." requester
  127. ;Save History to:
  128. `Spara historia till:
  129. ;
  130. ;
  131. ;The contents of the "Loading failed" requester.
  132. ;The dos error code or the readable error message is appended
  133. ;at the END of the string. Note the double quotes to enclose
  134. ;the trailing spaces.
  135. ;
  136. ;ViNCEd loading failed - \n\r
  137. ;"DOS error "
  138. `"ViNCEd inladdning misslyckades -\n\rDOS-felkod "
  139. ;
  140. ;The contents of the "Saving failed" requester. As above, the
  141. ;error code returned by the DOS is appended at the end of
  142. ;the message.
  143. ;ViNCEd saving failed - \n\r
  144. ;"DOS error "
  145. `"ViNCEd sparning misslyckades -\n\rDOS-felkod "
  146. ;
  147. ;
  148. ;The last string is printed as replacement if the return code is
  149. ;unknown or the CSI/ESC parser failed.
  150. ;Unknown parsing error
  151. `Okänt tolkfel
  152. ;
  153. ;
  154. ;The "Accept" button in the error requester
  155. ;O.K.
  156. `O.K.
  157. ;
  158. ;Thats all folks!
  159.